Welcome![Sign In][Sign Up]
Location:
Search - MATLAB JPEG

Search list

[Wavelet小波应用LZC算法编解码

Description: 有两个vc工程文件,分别是lzc编码和解码。算法主要可以对灰度图像进行压缩和解压缩,效果比jpeg要好。其实这就是jpeg2000的原型。-two vc engineering documents were lzc encoding and decoding. This algorithm can be gray image compression, the effect is better than jpeg. This is actually the prototype JPEG2000.
Platform: | Size: 37888 | Author: 骆平 | Hits:

[Picture Viewerjpeg1

Description: 关于 JEPG的DCT代码,比较简单,但还是比较好的,大家学习-DCT on the JPEG code, relatively simple, but is still relatively good, we learn
Platform: | Size: 23552 | Author: 春春 | Hits:

[Special EffectsTonyJpegLib

Description: Jpeg/Jpeg2000压缩和解压缩的示例程序,支持JPP、JPC、JPG等图像格式-Jpeg/Jpeg2000JPPJPCJPG
Platform: | Size: 757760 | Author: 吴雨 | Hits:

[Special Effectsbianmashiyan

Description: 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on the original image histogram, found background and objectives of the divided about the value of around 130 and two gray-scale image to image, Segmentation more satisfactory results. Image processing experiments (6) Image Compression and Coding of the experiment : Learning JPEG compression coding experiment : one. Basically JPEG compression and coding in three steps : 1. First through DCT remove data redundancy; 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: | Size: 4096 | Author: qq | Hits:

[2D GraphicFasteffectiveDCT

Description: DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applications are based on the DCT, such as JPEG image encoding. For large-size two-dimensional numerical matrix, if only the ordinary for DCT, they spent the time people will be unable to reach intolerable even practical. To overcome this difficulty, DCT fast algorithm is nothing more than a very attractive
Platform: | Size: 10240 | Author: javenliu | Hits:

[GDI-BitmapJEPGProcessing

Description: 用MATLAB写的JEPG格式的图像处理算法,附带有十张左右的经典图像算法常用图片,可以在同一目录下面自己做一下看效果-MATLAB write JPEG format image processing algorithm, fringe is about 10 images of the classic algorithm commonly used pictures, in the same directory can do something in their effects
Platform: | Size: 86016 | Author: chaos545 | Hits:

[Graph programjpeg_encode

Description: it is a program about JPEG encoding based matlab-it is a program about JPEG encoding based ma tlab
Platform: | Size: 55296 | Author: 陈翔宇 | Hits:

[Compress-Decompress algrithmsjpg_DCT

Description: 实现基本JPEG的压缩和编码 % 1. 首先通过DCT变换去除数据冗余; % 2. 使用量化表对DCT系数进行量化; % 3. 对量化后的系数进行Huffman编码。 -achieve basic JPEG compression and coding% 1. First through DCT remove data redundancy; % 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: | Size: 1024 | Author: 孙雨萌 | Hits:

[Compress-Decompress algrithmshuff0645345

Description: This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a program which do JPEG-like entropy coding. A complete compression example is shown in TestMat2Vec.m. This file is all you need for Huffman coding in MatLab.-This file contains a new and improved version of on of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful wh en using Matlab for data compression : quantizer. different variants of run-length-encoding an d end-of-block coding in Mat2Vec. and a program which do JPEG-like entropy coding . A complete compression example is shown in Tes tMat2Vec.m. This file is all you need for Huffma n coding in MatLab.
Platform: | Size: 25600 | Author: 金金 | Hits:

[VHDL-FPGA-Verilogmdct.tar

Description: 这是06年4月刚刚完成的程序,从opencore.org下载而来。用vhdl语言描写,以及matlab仿真,testbench,以及在xinlinx上的综合。 The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation. -This is April 06 had just completed the process, from opencore.org downloaded from. Vhdl description language used, and Matlab simulation, testbench, and the Comprehensive xinlinx. The MDCT core is two dimensional discrete cosin e transform implementation designed for use in JPEG compression systems like. Architecture i 's based on parallel distributed arithmetic wit h butterfly computation.
Platform: | Size: 1767424 | Author: 陈朋 | Hits:

[Compress-Decompress algrithmsedge-jpeg.tar

Description: jpg compression and decompression~-jpg compression and decompression ~
Platform: | Size: 4096 | Author: ic | Hits:

[Special Effectsezw_fyytt

Description: 此程序为用于jpeg2000中的小波零树压缩编码,它采用了小波零树编码原理,利用了小波系数之间的关系-this procedure for the jpeg2000 EZW coding, It uses wavelet zerotree coding theory, the use of wavelet coefficients of the relationship between
Platform: | Size: 23552 | Author: 付源 | Hits:

[Compress-Decompress algrithmsActualJPEG

Description: 一个实际的JPEG压缩解压缩源码,每个M文件都带有详细的说明。-a practical solution for JPEG compression source, each M documents with detailed explanations.
Platform: | Size: 376832 | Author: 宋亮 | Hits:

[Compress-Decompress algrithmsjpeg2000SourceCode

Description: jpeg 2000 压缩算法源代码 核心ebcot-jpeg compression algorithm source code core ebcot
Platform: | Size: 361472 | Author: 附件 | Hits:

[Special Effectsjpegdecodematlabcode

Description: 这个代码是jpeg压缩matlab代码,用于图形图象压缩,可以直接使用,编译通过-this code is jpeg compression Matlab code for the graphic image compression, can be used directly, compiled by
Platform: | Size: 59392 | Author: 颜霞飞 | Hits:

[matlabDCTpcm_code

Description: 子块DCT变换编码/帧内预测编码DPCM,基于JPEG量化矩阵的量化与反量化-block DCT encoding/decoding predictive coding DPCM. JPEG quantization matrix based on the quantitative and anti- quantization
Platform: | Size: 1024 | Author: 田彬 | Hits:

[Special Effectsjpeg_compress_method

Description: 我初次接触到压缩方法实验的JPEG压缩算法源代码,用matlab编写的,欢迎探讨-I first exposure to the experimental compression JPEG compression algorithm source code, prepared by the use of Matlab, welcome to explore
Platform: | Size: 2921472 | Author: 柳杨 | Hits:

[Graph programdwt2_shuiyin

Description: dwt数字水印算法源代码,对剪切,加躁,旋转,JPEG压缩有较好的鲁棒性-dwt digital watermarking algorithm source code to shear, plus a bit, rotation, JPEG compression with better robustness
Platform: | Size: 184320 | Author: qinjiying | Hits:

[Graph programblindwatermark

Description: 数字水印程序,包括多分辨嵌入水印、提取水印程序,盲水印嵌入、提取程序,以及滤波攻击和JPEG攻击程序,PSNR和相似度计算公式(MATLAB)-digital watermarking procedures, including multiresolution embedded watermark, watermark extraction procedure, blind watermark embedding and extraction procedures, Filtering and attack and attack JPEG procedures, PSNR and the similarity calculation formula (MATLAB)
Platform: | Size: 3072 | Author: 成兴 | Hits:

[2D Graphica_jpeg_compression_matlab

Description:
Platform: | Size: 91136 | Author: 严刚 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »

CodeBus www.codebus.net